home *** CD-ROM | disk | FTP | other *** search
- //=============================================================================
- // Both PC and Mac include this file (on the PC it's the main include file!)
-
- #include <stdio.h>
- #include <ctype.h>
- #include <string.h>
-
- //#define DEBUG
-
- typedef unsigned long ULONG;
- typedef unsigned short UWORD;
- typedef unsigned char UBYTE;
-
- // Include all of our files
-
- #include "hash.h"
- #include "util.h"
- #include "DASMPref.h"
- #include "express.h"
- #include "assemble.h"
- #include "pseudos.h"
- #include "globals.h"
-
-